home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
C and C++
/
POSIX
/
ThinkCPosix
/
chmod.c
< prev
next >
Wrap
Text File
|
1992-09-14
|
172b
|
16 lines
/* $Id: $ */
/*
* For the moment this function does nothing,
* and reports success!
*/
#include "ThinkCPosix.h"
int chmod(char *path, mode_t mode)
{
return 0;
}